Class sjl.wrappers.PredLessEqualCharacter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredLessEqualCharacter

java.lang.Object
   |
   +----sjl.wrappers.PredLessEqualCharacter

public class PredLessEqualCharacter
extends Object
implements Predicate2
PredLessEqualCharacter is a predicate object designed for comparing objects of type Character for relative ordering using the <= operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredLessEqualCharacter()

Method Index

 o compare(Object, Object)
Convert the arguments to Character and compare the return values from the charValue() method using the <= operator.

Constructors

 o PredLessEqualCharacter
  public PredLessEqualCharacter()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Character and compare the return values from the charValue() method using the <= operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index